home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.07 Jul 91 / MacLock 1.0 / CMacLockDoc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-27  |  456 b   |  24 lines  |  [TEXT/KAHL]

  1. /****
  2.  * FILE:        CMacLockDoc.h
  3.  * Programmer:    Mark Bykerk Kauffman
  4.  * Date:        1/91
  5.  * Purpose:
  6.  *        Document class for a MacLock.
  7.  *
  8.  ****/
  9.  
  10. #define    _H_CMacLockDoc            
  11.  
  12. /* Parent class. */
  13. #include <CStarterDoc.h>
  14.  
  15. struct CMacLockDoc : CStarterDoc {
  16.  
  17.     /* Methods */
  18.     void        IMacLockDoc(CBureaucrat *aSupervisor, Boolean printable);
  19.     void        BuildWindow(Handle theData);
  20.  
  21.     /* Dispose, DoCommand, Activate, Deactivate, NewFile and OpenFile
  22.        are inherited.
  23.     */
  24. };